#!/bin/bash
APP_DIR="$(cd "$(dirname "$0")/.." && pwd)"
GAME="$APP_DIR/Resources/chaOS/chaOS"

open -a Terminal "$GAME"
